Vcenter NamespaceManagement Supervisors Metrics HttpRemoteEndpointUpdateSpec

Vcenter NamespaceManagement Supervisors Metrics HttpRemoteEndpointUpdateSpec
Vcenter NamespaceManagement Supervisors Metrics HttpRemoteEndpointUpdateSpec

The Vcenter NamespaceManagement Supervisors Metrics HttpRemoteEndpointUpdateSpec schema is used to modify the Supervisor configuration for sending metrics to a remote endpoint in a HTTP message.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "url": "string",
    "tls_client_config": {
        "certificate_authority_chain": "string",
        "client_certificate": "string",
        "client_private_key": "string"
    },
    "http_headers": [
        {
            "name": "string",
            "value": "string"
        }
    ]
}
string
url
Optional

URL of the remote endpoint where Supervisor should send metrics. This can be an HTTP or HTTPS URL, following the format http(s)://server.com/path/to/metrics.

This property was added in vSphere API 9.0.0.0.

If missing or null, URL will be unchanged.

tls_client_config
Optional

TLS client configuration information used by Supervisor for sending metrics to a remote endpoint.

This property was added in vSphere API 9.0.0.0.

If missing or null, the TLS configuration will remain unchanged.

http_headers
Optional

HTTP headers to be added when the Supervisor sends metrics to the remote endpoint.

This property was added in vSphere API 9.0.0.0.

If missing or null, HTTP headers will not be modified.